Skip to main content

Checkout

Description

A Checkout event type is generated when a patient completes their visit or when a patient is discharged from the hospital. This event type typically indicates the end of a visit or hospital stay and may include information such as the discharge date and time, reason for discharge, and any other relevant details.

API endpoints for Checkout

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/patient-admin/check-out.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

Data Model JSON for Checkout

CheckOut - Sample Payload
{
"Meta": {
"DataModel": "PatientAdmin",
"EventType": "CheckOut",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "8f564bfb-a5d5-4868-a826-b8962ae3af9b",
"Name": "CustomerID"
}
},
"Visit": {
"VisitNumber": "1249076"
}
}